home *** CD-ROM | disk | FTP | other *** search
- object fmSlideshow: TfmSlideshow
- Left = 314
- Top = 314
- BorderStyle = bsDialog
- Caption = 'Slideshow'
- ClientHeight = 206
- ClientWidth = 382
- Color = clSilver
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Verdana'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- ShowHint = True
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 67
- Width = 74
- Height = 13
- Caption = 'Image Delay'
- end
- object Label3: TLabel
- Left = 136
- Top = 67
- Width = 70
- Height = 13
- Caption = '(in seconds)'
- end
- object Label4: TLabel
- Left = 8
- Top = 113
- Width = 274
- Height = 13
- Caption = 'NOTE: Use the [Esc] key to close the slideshow.'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Verdana'
- Font.Style = []
- ParentFont = False
- end
- object Label5: TLabel
- Left = 48
- Top = 131
- Width = 323
- Height = 13
- Caption = 'Use the right mouse button to display this window again.'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Verdana'
- Font.Style = []
- ParentFont = False
- end
- object Label6: TLabel
- Left = 56
- Top = 8
- Width = 191
- Height = 13
- Caption = 'You'#39're about to start a slideshow!'
- Font.Charset = ANSI_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'Verdana'
- Font.Style = []
- ParentFont = False
- end
- object lbLocationCaption: TLabel
- Left = 56
- Top = 24
- Width = 52
- Height = 13
- Caption = 'Location:'
- Font.Charset = ANSI_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'Verdana'
- Font.Style = []
- ParentFont = False
- end
- object lbLocation: TLabel
- Left = 120
- Top = 24
- Width = 52
- Height = 13
- Caption = 'Unknown'
- Font.Charset = ANSI_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'Verdana'
- Font.Style = []
- ParentFont = False
- end
- object imgLogo: TImage
- Left = 8
- Top = 16
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object lbFilesCaption: TLabel
- Left = 57
- Top = 40
- Width = 30
- Height = 13
- Caption = 'Files:'
- Font.Charset = ANSI_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'Verdana'
- Font.Style = []
- ParentFont = False
- end
- object lbFiles: TLabel
- Left = 120
- Top = 40
- Width = 52
- Height = 13
- Caption = 'Unknown'
- Font.Charset = ANSI_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'Verdana'
- Font.Style = []
- ParentFont = False
- end
- object edDelay: TEdit
- Left = 96
- Top = 64
- Width = 33
- Height = 21
- TabOrder = 0
- Text = '2'
- end
- object cbLoop: TCheckBox
- Left = 8
- Top = 90
- Width = 297
- Height = 17
- Caption = 'Loop (Start over again when finished)'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- object btPlay: TButton
- Left = 120
- Top = 176
- Width = 75
- Height = 25
- Hint = 'Close this window and start the slideshow'
- Caption = '&Play'
- Default = True
- ModalResult = 1
- TabOrder = 2
- OnClick = btPlayClick
- end
- object btCancel: TButton
- Left = 208
- Top = 176
- Width = 75
- Height = 25
- Hint = 'Close this window and cancel the slideshow'
- Cancel = True
- Caption = 'C&lose'
- ModalResult = 2
- TabOrder = 3
- end
- end
-